Determines whether the view contains a specified item.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
public bool Contains( T item ) |
Visual Basic |
---|
Public Function Contains ( _ item As T _ ) As Boolean |
Parameters
- item
- Type: T
The item to locate in the view.